home *** CD-ROM | disk | FTP | other *** search
/ Diete, Fitness & Bellezza by Slurpnet / Diete, Fitness & Bellezza by Slurpnet.iso / IE55 / IE4SHLNT.CAB / update.chm / ie40.css < prev    next >
Cascading Style Sheet File  |  1999-02-08  |  3KB  |  168 lines

  1. body         
  2.     {  
  3.     background-color: #ffffff; 
  4.     font-size: 70%;
  5.     font-family: Verdana, Arial, Helvetica, sans-serif;    
  6.     }
  7.  
  8. a:link
  9.     {
  10.     background: transparent; 
  11.     color: #000099;
  12.     } 
  13.  
  14. a:visited
  15.     {  
  16.     color: #996699;
  17.     }
  18.  
  19. a:active
  20.     {
  21.     color: #999999;
  22.     }
  23.  
  24.  
  25. p    
  26.     { 
  27.     margin-bottom: -.75em;    
  28.     }    
  29.  
  30. /* ---------------- lists &c. ---------------- */
  31.  
  32.  
  33. li p
  34.     {
  35.     margin-top: .75em;
  36.     margin-bottom: 1.25em;    
  37.     }    
  38.  
  39. li
  40.     {
  41.     margin-left: -.25in;
  42.     }     
  43.  
  44. ol li    
  45.     {
  46.     margin-left: -.15in;
  47.     } 
  48.  
  49. ul
  50.     {
  51.     list-style: disc;
  52.     }
  53.  
  54. ul.onestep
  55.     {
  56.     list-style: disc;
  57.     }
  58.  
  59.  
  60. /* ---------------- code &c. ---------------- */
  61.  
  62.  
  63. code        { font-family: Courier New, Courier;     }
  64.  
  65. pre        { font-family: Courier New, Courier;     }
  66.  
  67.  
  68. /* -------------- tables 'n' stuff -------------- */
  69.  
  70.  
  71. table     { font-size: 100%;
  72.         text-align: left;
  73.         margin-top: 0em;
  74.         }
  75.  
  76. tr        { margin: .25em;
  77.         vertical-align: top;
  78.         }
  79.             
  80. th         { text-align: left;
  81.         margin: .25em;
  82.         vertical-align: top;
  83.         background: #dddddd;
  84.         }
  85.                         
  86. td        { margin: .25em;
  87.         background: #eeeeee;
  88.         vertical-align: top;
  89.         }
  90.  
  91.  
  92. /* -------------- headings 'n' stuff -------------- */
  93.  
  94. h5            {font-size: 100%;
  95.             }
  96.  
  97.  
  98.     /* -- subheading -- */
  99.  
  100. h5.subh        { margin-bottom: -1.5em;
  101.             margin-top: 2em;
  102.             }
  103.  
  104.     /* -- procedure heading -- */
  105.  
  106. h5.proch        { margin-bottom: -1em;
  107.             }
  108.  
  109.     /* -- topic heading -- */
  110.  
  111. h5.topich        { margin-bottom: -1em;
  112.             }
  113.  
  114.     /* -- note 'n' tip heading -- */
  115.  
  116. h5.note        { margin-top: 2em;
  117.             margin-bottom: -1em;
  118.             }
  119.  
  120.     /* -- related topics heading -- */
  121.  
  122. h5.relh        { margin-top: 2.75em;
  123.             margin-bottom: -1em;
  124.             }
  125.  
  126. /* -------------- miscellany 'n' stuff -------------- */
  127.  
  128. /* intended to applied with <div></div> tags to groups of links */
  129.  
  130. .dectree    { margin-left: 1.33em;
  131.         margin-top: 1.5em;
  132.         }
  133.  
  134. dectree p     { margin-top: 1.25em;
  135.         }
  136.  
  137.  
  138. .reltopics        { 
  139.             {
  140.             
  141. p.reltopics     { margin-left: 3em; 
  142.             }
  143.             
  144. img.logo     { position:relative; left: -4px; 
  145.             }
  146.  
  147. /* -------------- part opening table styles ------------- */
  148.  
  149. .open        { background: #ffffff;
  150.         margin: 0em;
  151.         }
  152.  
  153. /* note: font-weight: 400 is normal, 700 is bold. We're trying for something a bit less bold than 700. */
  154. .openprod    { background: #ffffff;
  155.         font-family: Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
  156.         font-size: 1.25em;
  157.         font-weight: 600;
  158.         margin: 0em;
  159.         padding: 0em;
  160.         }
  161.                     
  162. .openhelp    { font-family: Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
  163.         font-size: 2em;
  164.         background: #cccccc;
  165.         padding: .5em;
  166.         }
  167.  
  168.